home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / pipes.zip / SERVER.DLG < prev    next >
Text File  |  1993-11-24  |  859b  |  24 lines

  1. /********************************************************\
  2. * server.dlg: Dialogs for server                  *
  3. *                                                        *
  4. *                                                        *
  5. \********************************************************/
  6.  
  7.  
  8. 1 DLGINCLUDE "server.h"
  9.  
  10. AboutDlg DIALOG FIXED 6, 21, 198, 99
  11. LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
  12. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  13. CAPTION "About Server"
  14. FONT 8, "MS Sans Serif"
  15. BEGIN
  16.     DEFPUSHBUTTON   "&OK", IDOK, 72, 74, 40, 14
  17.     LTEXT        "Server Application", 104, 45, 14,
  18.             128, 8
  19.     LTEXT           "By Julie Solon", 105, 45, 35, 59, 8
  20.     LTEXT           "Microsoft Developer Support", 106, 45, 45, 98, 8
  21.     LTEXT           "Copyright (c) 1993 Microsoft Corporation", 107, 45,
  22.             54, 138, 8
  23. END
  24.